1/1
Hi, about the 8b/10b encoder/decoder
by Unknown on Dec 11, 2007 |
Not available! | ||
Where can I find the example of
8b/10b encoder/decoder in verilog? Thanks for your pointers. KC |
Hi, about the 8b/10b encoder/decoder
by Unknown on Dec 12, 2007 |
Not available! | ||
The simplest is probably to generate with for example xilinx coregen
an 8/10 encoder decoder,
For table of the values see section 24 in the standard.
You can consider lookup if you have extra memory blocks. You can use the
above to get you all the values you need to initialize the memory.
Or if you want to write your own formula than you will need set of 3/4
and 5/6 and 6/5 and 4/3.
Have fun.
Illan
-----Original Message-----
From: ethmac-bounces at opencores.org [mailto:ethmac-bounces at opencores.org]
On Behalf Of kcc523 at yahoo.com.tw
Sent: Monday, December 10, 2007 6:08 PM
To: ethmac at opencores.org
Subject: [ethmac] Hi, about the 8b/10b encoder/decoder
Where can I find the example of
8b/10b encoder/decoder in verilog?
Thanks for your pointers.
KC
_______________________________________________
http://www.opencores.org/mailman/listinfo/ethmac
|
1/1